Allow tagged operations to be skipped#203
Allow tagged operations to be skipped#203BhavikaSharma wants to merge 1 commit intoOpenAPITools:masterfrom
Conversation
|
@BhavikaSharma Thanks for your contribution! Did you see the I think this solves more than the narrow use case you're addressing in this PR. What do you think? |
|
Thanks for the contribution. This PR has been open for a long time and is now conflicting with the current codebase. The CLI and diff configuration paths have changed significantly since this was opened, and the proposed implementation would need a redesign rather than a simple rebase. The current project also has extension/configuration mechanisms that would be a better place to revisit this feature if it is still needed. Given the age of the PR, the unresolved earlier feedback, and the merge conflicts, I’m going to close this as stale. |
Users are able to specify (
x-) attributes to be ignored. If these attributes are added to paths and http operations in the OpenAPI specifications, breaking changes for these paths will be ignored. Partial solution to #129.